nav {
	width: 100%;
	background: rgba(255,255,255,0);
	height: 90px;
	position: relative;
	top: 0;
	z-index: 999;
	transition: ease .5s;
}
nav .line {
	position: absolute;
	top: 90px;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,.1);
	left: 0;
	transition: ease .5s;
	display: none;
}
.navActive {
	background: #fff;
}
.navColor {
	color: #000!important;
}
nav .logo {display:block; background:url(../images/logo.png) no-repeat left center; width:260px; height:90px; margin-left:5%;}
.nav-right {
	width: 100%;
	right: 0;
	text-align: center;
	background-color: rgba(255,255,255,0);
	height: 100%;
	position: absolute;
	transition: .5s all ease;
	box-shadow: 10px 1px 10px 1px rgba(128,128,128,0);
	overflow: hidden;
	padding-right:5%;
}
.nav-right > ul {
	position: relative;
	width: 65%;
}
.nav-right:after {
	content: '';
	position: absolute;
	background-image: url("../images/qgjcmt.png");
	width: 100%;
	height: 475px;
	left: 0;
	opacity: 0;
	transition: .5s all ease;
	top: 90px;
}
.nav.navActive .nav-right:after {
	top: 60px;
}
nav ul {
	right: 0;
	position: relative;
	transition: .5s all ease;
	width: 100%;
	float: right;
	z-index: 5;
	height: 100%;
}
nav ul .level1 {
	line-height: 90px;
	list-style: none;
	width: 14.28%;
	height: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	transition: .5s all ease;
	cursor: pointer;
	position: relative;
}
nav ul .level1 a {
	position: relative;
	display: block;
}
nav ul .level1 > a:after {
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #e00018;
	position: absolute;
	transition: ease .5s;
}
nav ul .level1 > a.activeNav:after {
	width: 40%;
	left: 30%;
	top: 0;
}
nav ul .level1 span {
	font-size: 25px;
	line-height: 60px;
}
nav ul .level1 ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin-top: 0;
	height: 340px;
}
nav ul .level1:hover ul {
	background: rgba(0,0,0,.1);
}
nav ul .level1 ul li {
	line-height: 40px;
	height: 40px;
	width: 100%;
	position: relative;
	font-size: 14px;
	overflow:hidden;
}
nav ul .level1 ul li a:after {
	content: '';
	background: #e00018;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: ease .5s;
	height: 2px;
	width: 0;
}
nav .imessage {
	display: inline-block;
	width: 88px;
	height: 88px;
	background: #2678df;
}
nav .imessage img {
	margin: 30px 26px;
}
.nav.active .nav-right {
	height: 420px;
	background-repeat: no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
nav.active ul .level1 a {
	color: #3e3e3e;
}
nav.active .nav-right:after {
	opacity: 1;
}
nav.active .logo img:nth-child(1),  nav.navActive .logo img:nth-child(1) {
	opacity: 0;
}
nav.active .logo img:nth-child(2),  nav.navActive .logo img:nth-child(2) {
	opacity: 1;
}
nav.active ul .level1 a.activeNav {
	color: #e00018;
}
nav.navActive {
	height: 60px;
	box-shadow: 2px 2px 2px rgba(119,119,119,.2);
}
nav.navActive .logo {
	margin-top: 9px;
}
nav.navActive .nav-right {
	height: 60px;
}
nav.navActive ul .level1 {
	height: 60px;
	line-height: 60px;
}
nav.navActive .line {
	opacity: 0;
	visibility: hidden;
}
nav.navActive ul .level1 a.activeNav {
	color: #e00018!important;
}
nav ul .level1 ul li a {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
}


nav ul .level1:hover ul {
	transition: .5s all ease;
}
nav ul .level1 ul li:hover:after {
	width: 100%;
}
nav ul .level1 ul li:hover a:after {
	width: 100%;
}
nav ul .level1 > a:hover:after {
	width: 40%;
	left: 30%;
	top: 0;
}




